﻿
@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}
input,textarea {border: 2 none; box-shadow: none; outline: none;}
/* 设置默认字体 */
body,button, input, select, textarea { font-family:"Microsoft Yahei" ;color: #666;}
h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;}
/* 重置列表元素 */
ul, ol ,li{list-style: none;}
/* 重置文本格式元素 */
a {text-decoration: none; color: #666;  word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none;}
/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* 全局 */
*{transition:background-color ease .3s;-moz-transition:background-color ease .3s;-webkit-transition:background-color ease .3s;-o-transition:background-color ease .3s}
html{webkit-text-size-adjust:none;-webkit-text-size-adjust:none;text-align:justify;text-justify:inter-ideograph;}
/* 浏览器滚动轴修改 */
*{-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-touch-callout:none;margin:0;}
::-webkit-scrollbar{width:4px;height:4px}
::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);border-radius:0;background:rgba(0,0,0,0.1)}
::-webkit-scrollbar-thumb{border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:rgba(0,0,0,0.2)}
::-webkit-scrollbar-thumb:hover{border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:rgba(0,0,0,0.4)}
input,textarea{-webkit-user-select:text}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {overflow-y: scroll;}
/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}
/*清除浮动*/

.clearfix:before,.clearfix:after{content: '';display:table;}
.clearfix:after{clear: both;}
.clearfix{*zoom: 1;}

/* -- 页面整体布局 -- */
.content{ width:1200px; margin:0 auto;  }
.header ,.footer { width:100%; margin:0 auto;  }
/*分页样式*/
.pglist{padding: 25px 0;float:left;width:100%;line-height: 34px;text-align: right; }
.pglist a {color: #333333;padding: 0 10px;margin:0 5px;font-/weight: bold;background: #fff;border: 1px solid #dcdcdc;font-size: 14px;}
.pglist *{display:inline-block;_zoom:1;_display:inline;vertical-align:middle;line-height: 28px;height: 28px;padding-bottom:1px;border-radius: 2px;-webkit-border-radius: 2px;}
.pglist .hover {display:inline-block;color: #fff;background: #054014;}
.pglist a:hover {display:inline-block;color: #fff;background: #054014;}

/*顶部*/

.njyn_head{ margin: 0 auto; height: 130px;position: relative; z-index: 2; background: url(../images/head_bg.gif) center;}
.njyn_head .logo{ margin: 30px 0 0; }
.njyn_head .mid{ font-size: 30px; font-weight: bold; color: #333 ;margin: 40px 0 0 10px}
.njyn_head .mid span{font-size: 17.5px; display:block;color: #00911a; letter-spacing: 1px}

.njyn_head .lag{display: block; width: 800px; text-align: right; line-height: 35px; color: #fff;box-sizing: border-box;}
.njyn_head .lag a{ padding: 0 20px; color: #fff; font-size: 15px }

/*nav*/
.navBar{ position: relative;color: #ffffff;width: 100%;height: 50px; top: 30px;left: 80px	}
.nav{ width:100%; margin:0 auto; font-family:"Microsoft YaHei",SimSun,SimHei;  }
.nav h3{ font-size:100%; font-weight:normal; font-size:14px;  }
.nav .m{  position:relative; float:left;  display:inline; text-align:center;  width: 90px}
.nav .m h3 i{ display:inline-block; *display:inline; zoom:1; width:7px; height:4px; background:url(images/icon.png) 0 -280px no-repeat; overflow:hidden; margin:-2px 0 0 5px; 
vertical-align:middle; filter:alpha(opacity=50);opacity:0.5; 
}
.nav h3 a{  zoom:1; line-height:50px; display:block; color:#333;font-size: 16px }
.nav h3:hover a{ border-bottom:2px solid #00911a;}
.nav .on a{ border-bottom:2px solid #00911a;   }

.nav .sub{ display:none; /*默认隐藏*/  position:absolute; left:0; top:52px;  background:#fff;  float:left; line-height:35px; width: 100px
}
.nav .sub li{ text-align:center;  }
.nav .sub li a{ color:#333; display:block; zoom:1;border-bottom:1px solid #efefef;font-size: 14px }
.nav .sub li a:hover{color:#fe7501;   }

.nav .ac h3 a{ border-bottom:2px solid #00911a;   }
.nav .ac h3 a i{ filter:alpha(opacity=100);opacity:1;  }


/*banner*/
.slideBox{position:relative;display:block;width:100%;height:585px;overflow:hidden; z-index: 1}
.slideBox .bd img{display:block;margin:0 auto;height:585px;}
.slideBox .prev{display:none;position:absolute;padding:0;left: 50%;margin-left: -595px;top: 60%;margin-top: -73px;width: 38px;height: 73px;background: url(../images/next_bg_09.png) no-repeat left center;background-position: 0 0;}
.slideBox .next{display:none;position:absolute;padding:0;right: 50%;margin-right: -595px;top: 60%;margin-top: -73px;width: 38px;height: 73px;background: url(../images/next_bg_09.png) no-repeat left center;background-position: right center;}
.slideBox .hd{position:relative;top: -10px;z-index:1;}
.slideBox .hd ul{text-align:center;margin-top: -30px;}
.slideBox .hd ul li{width:50px;height: 5px;display:inline-block;margin: 0 3px;cursor:pointer;background: #fff; }
.slideBox .hd ul li.on{background: #00911a;}

/*内页benner*/
.mbanner{padding: 170px 0; background-repeat: no-repeat ; background-position: center;}

/*ban2*/
.njyn_ban2{ background: #00911a; height: 130px;border-top: 1px solid #fff;color: #fff}
.njyn_ban2 dl{ width: 33.333333333%; box-sizing: border-box; border-right: 1px solid #36ab4b; float: left; margin: 15px 0; padding: 0 20px; height: 100px;text-align: center}
.njyn_ban2 dl:nth-child(3){border-right: none}
.njyn_ban2 dd {font-size: 16px; line-height: 35px; }
.njyn_ban2 dl dt{font-family: 'Impact'; font-size: 48px; position: relative;}
.njyn_ban2 dl dt em{font-style: initial; font-size: 16px; position: absolute; top: 0; padding-left: 10px; font-family: "Microsoft Yahei" }

/*公用TITLE*/
.njyn_tit{display: flex; flex-direction:column; position: relative; z-index: 2; margin: 30px auto;align-items: center; text-align: center;}
.njyn_tit strong{ font-size: 30px; font-weight: bold; color: #333; padding: 0 30px; position: relative;z-index: 2;margin: 0 auto 10px; }
.njyn_tit span{ font-size: 16px; color: #00911a; font-weight: bold; }


.njyn_tit1{display: flex; flex-direction:column; position: relative; z-index: 2; margin: 0 auto 10px;align-items: center; text-align: center;}
.njyn_tit1 strong{ font-size: 30px; font-weight: 100; color: #fff; padding: 0 30px; position: relative;z-index: 2;margin: 0 auto 10px; }
.njyn_tit1 strong:before{content: ''; position: absolute;left: -30px; background: #FFF; height:2px; width: 50px;top: 20px}
.njyn_tit1 strong:after{content: ''; position: absolute;right: -30px; background: #FFF; height:2px; width: 50px;top: 20px}
.njyn_tit1 em{font-size: 16px; color: #fff; font-style: normal;display: block;position: relative;}
.njyn_tit1 em:before{content: ''; position: absolute;left: -120px; background: #FFF; height:2px; width: 100px;top: 10px}
.njyn_tit1 em:after{content: ''; position: absolute;right: -120px; background: #FFF; height:2px; width: 100px;top: 10px}




/*底部*/

.njyn_foot{ background: #00911a; width:100%; display: flex; flex-direction:column; color: #fff}
.njyn_foot .top{display:flex; padding: 30px 0}
.njyn_foot .top dl{ width: 200px; padding: 0 100px 0 0;}
.njyn_foot .top dl dt{ border-bottom:1px solid #31aa46; line-height: 50px; height: 50px;position: relative; font-size: 16px; }
.njyn_foot .top dl dt:after{content: '>'; border:1px solid #fff; border-radius: 50%; width: 20px; height: 20px; display: inline-block; line-height: 20px; text-align: center; font-family:"KaiTi"; font-size: 14px; font-weight: bold; position: absolute; right: 20px; top: 15px}

.njyn_foot .top dl dd{ font-size: 14px; line-height: 35px }
.njyn_foot .bottom{ border-top: 1px solid #31aa46;padding:30px 0 ; }
.njyn_foot .bottom .fl{border-right: 1px solid #31aa46; padding-right:30px;}
.njyn_foot .bottom .main{ line-height: 30px; font-size: 14px;padding-left: 20px; border:none; padding-top: 10px}
.njyn_foot .bottom .fr{ font-size: 14px; line-height: 30px ; width: 190px; vertical-align: bottom; font-weight: bold}
.njyn_foot .bottom .fr img{display: inline-block; float:left; padding: 0 10px 10px 0; height: 97px;}

.njyn_foot a{color: #fff}


.njyn_bq{ background: #fff; width:100%; height: 50px;  color: #fff; line-height: 50px; text-align: center; font-size:14px;}
.njyn_bq a{ color: #fff }

/*面包削导航*/
.mbx{border-bottom: 1px dashed #efefef; line-height: 40px;font-size: 14px; margin: 30px auto}
.mbx a{line-height: 40px; color: #666; font-size: 14px;}
.mbx:before{content: ''; background: url(../images/dark-icon2.png) no-repeat 4px 10px;display: inline-block; width: 18px; height: 40px;margin-right:10px; float: left}

/*内页二级导航*/
.navtow{margin: 20px auto}
.navtow a{color: #fff}
.navtow li{ padding: 5px 50px; line-height: 40px; background: #f39800;display: inline-block; cursor: pointer;}
.navtow li:hover{ background:#ff0b15}
.navtow .on{ background: #ff0b15; color: #fff }



/* 浮动工具 */
.c-tools {position: fixed;z-index: 9999;text-align: center;right: 0;bottom: 50%;margin-bottom: -144px;}
.c-tools ul li {transition: all 0.3s;-webkit-transition: all 0.3s;border-radius: 2px;-webkit-border-radius: 2px;cursor: pointer;position: relative;width: 62px;height: 62px;margin: 1px;background: #333 url(../images/tools-ico.png) no-repeat;}
.c-tools ul li:hover {background-color: #f39800;}
.c-tools ul li span {transition: all 0.3s;-webkit-transition: all 0.3s;border-radius: 2px;-webkit-border-radius: 2px;display: none;position: absolute;right: 63px;width: 135px;padding: 0 10px;background: #ff9601;color: #ffffff;}
.c-tools ul li .ewmPic {width: 168px;}
.c-tools ul li .ewmPic img {display: block;margin-top: 10px;padding-bottom: 10px;width: 168px;height: 168px;}
.c-tools ul .tel-ico {background-position: center -22px;}
.c-tools ul .tel-ico span{ height:62px; line-height:62px}
.c-tools ul .ewm-ico {background-position: center 21px;}
.c-tools ul .qq-ico {background-position: center -69px;}
.c-tools ul .top-ico {background-position: center -115px;}